Skip to content

Conversation

yaswanthrajeev
Copy link

Add Search Functionality to Items API

Summary

  • Introduced a search query parameter to the /api/v1/items/ endpoint.
  • Enables searching items by title or description (case-insensitive, partial match).

How to Test

curl -X GET "http://localhost:8000/api/v1/items/?search=example" \
  -H "Authorization: Bearer <your_access_token>"

It will render with headings, lists, and code blocks.

---

**You’re good to go—just copy and paste!**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant